home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / x11 / GfxBase_X11_Demo.lha / Demo-twm < prev    next >
Text File  |  1992-03-26  |  232b  |  11 lines

  1. echo "Demo with twm (Tab Window Manager)"
  2. stack 30000
  3. wait 1
  4. path X11:bin add
  5. ask "Do you have a 3 button mouse or other pointer device? [y or n]"
  6. if warn
  7.     X11:bin/twm -f X11:twm/3b.twmrc
  8. else
  9.     X11:bin/twm -f X11:twm/2b.twmrc
  10. endif
  11.